home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / msgbox / _msgbox.frm < prev    next >
Text File  |  1995-05-08  |  20KB  |  578 lines

  1. VERSION 2.00
  2. Begin Form MsgBxGen 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "MsgBox Editor"
  5.    ClientHeight    =   4545
  6.    ClientLeft      =   1095
  7.    ClientTop       =   1485
  8.    ClientWidth     =   8220
  9.    Height          =   4950
  10.    Icon            =   _MSGBOX.FRX:0000
  11.    Left            =   1035
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    ScaleHeight     =   4545
  16.    ScaleWidth      =   8220
  17.    Top             =   1140
  18.    Width           =   8340
  19.    Begin CommandButton ExitCtl 
  20.       Caption         =   "Exit"
  21.       FontBold        =   -1  'True
  22.       FontItalic      =   0   'False
  23.       FontName        =   "MS Sans Serif"
  24.       FontSize        =   12
  25.       FontStrikethru  =   0   'False
  26.       FontUnderline   =   0   'False
  27.       Height          =   495
  28.       Left            =   6600
  29.       TabIndex        =   14
  30.       Top             =   3960
  31.       Width           =   1455
  32.    End
  33.    Begin CommandButton CopyCtl 
  34.       Caption         =   "&Place Code on Clipboard"
  35.       FontBold        =   -1  'True
  36.       FontItalic      =   -1  'True
  37.       FontName        =   "MS Sans Serif"
  38.       FontSize        =   9.75
  39.       FontStrikethru  =   0   'False
  40.       FontUnderline   =   0   'False
  41.       Height          =   495
  42.       Left            =   3120
  43.       TabIndex        =   13
  44.       Top             =   3960
  45.       Width           =   3375
  46.    End
  47.    Begin CommandButton EditCtl 
  48.       Caption         =   "&Edit Message Box Title and Contents"
  49.       FontBold        =   -1  'True
  50.       FontItalic      =   -1  'True
  51.       FontName        =   "MS Sans Serif"
  52.       FontSize        =   9.75
  53.       FontStrikethru  =   0   'False
  54.       FontUnderline   =   0   'False
  55.       Height          =   495
  56.       Left            =   3120
  57.       TabIndex        =   12
  58.       Top             =   3360
  59.       Width           =   4935
  60.    End
  61.    Begin Frame Frames 
  62.       Caption         =   "&Default Button Option"
  63.       Height          =   975
  64.       Index           =   2
  65.       Left            =   3000
  66.       TabIndex        =   8
  67.       Top             =   2280
  68.       Width           =   5055
  69.       Begin Label DefaultLabel 
  70.          Alignment       =   2  'Center
  71.          BackColor       =   &H00C0C0C0&
  72.          Caption         =   "&3rd"
  73.          FontBold        =   -1  'True
  74.          FontItalic      =   -1  'True
  75.          FontName        =   "MS Sans Serif"
  76.          FontSize        =   13.5
  77.          FontStrikethru  =   0   'False
  78.          FontUnderline   =   0   'False
  79.          Height          =   375
  80.          Index           =   512
  81.          Left            =   3360
  82.          TabIndex        =   11
  83.          Top             =   360
  84.          Width           =   1455
  85.       End
  86.       Begin Label DefaultLabel 
  87.          Alignment       =   2  'Center
  88.          BackColor       =   &H00C0C0C0&
  89.          Caption         =   "&2nd"
  90.          FontBold        =   -1  'True
  91.          FontItalic      =   -1  'True
  92.          FontName        =   "MS Sans Serif"
  93.          FontSize        =   13.5
  94.          FontStrikethru  =   0   'False
  95.          FontUnderline   =   0   'False
  96.          Height          =   375
  97.          Index           =   256
  98.          Left            =   1800
  99.          TabIndex        =   10
  100.          Top             =   360
  101.          Width           =   1455
  102.       End
  103.       Begin Label DefaultLabel 
  104.          Alignment       =   2  'Center
  105.          BackColor       =   &H00C0C0C0&
  106.          Caption         =   "&1st"
  107.          FontBold        =   -1  'True
  108.          FontItalic      =   -1  'True
  109.          FontName        =   "MS Sans Serif"
  110.          FontSize        =   13.5
  111.          FontStrikethru  =   0   'False
  112.          FontUnderline   =   0   'False
  113.          Height          =   375
  114.          Index           =   0
  115.          Left            =   240
  116.          TabIndex        =   9
  117.          Top             =   360
  118.          Width           =   1455
  119.       End
  120.    End
  121.    Begin Frame Frames 
  122.       Caption         =   "&Code Options"
  123.       Height          =   1215
  124.       Index           =   3
  125.       Left            =   6480
  126.       TabIndex        =   17
  127.       Top             =   120
  128.       Width           =   1575
  129.       Begin OptionButton CodeOpt 
  130.          Caption         =   "Function"
  131.          Height          =   255
  132.          Index           =   1
  133.          Left            =   120
  134.          TabIndex        =   23
  135.          Top             =   720
  136.          Width           =   1215
  137.       End
  138.       Begin OptionButton CodeOpt 
  139.          Caption         =   "Procedure"
  140.          Height          =   255
  141.          Index           =   0
  142.          Left            =   120
  143.          TabIndex        =   7
  144.          Top             =   360
  145.          Value           =   -1  'True
  146.          Width           =   1215
  147.       End
  148.    End
  149.    Begin Frame Frames 
  150.       Caption         =   "&Button Display Options"
  151.       Height          =   2055
  152.       Index           =   1
  153.       Left            =   3000
  154.       TabIndex        =   16
  155.       Top             =   120
  156.       Width           =   3375
  157.       Begin OptionButton ButOpt 
  158.          Caption         =   "Retry and Cancel Buttons"
  159.          Height          =   255
  160.          Index           =   5
  161.          Left            =   120
  162.          TabIndex        =   18
  163.          Top             =   1560
  164.          Width           =   2775
  165.       End
  166.       Begin OptionButton ButOpt 
  167.          Caption         =   "Yes and No Buttons"
  168.          Height          =   255
  169.          Index           =   4
  170.          Left            =   120
  171.          TabIndex        =   22
  172.          Top             =   1320
  173.          Width           =   2775
  174.       End
  175.       Begin OptionButton ButOpt 
  176.          Caption         =   "Yes, No, and Cancel Buttons"
  177.          Height          =   255
  178.          Index           =   3
  179.          Left            =   120
  180.          TabIndex        =   21
  181.          Top             =   1080
  182.          Width           =   2775
  183.       End
  184.       Begin OptionButton ButOpt 
  185.          Caption         =   "Abort, Retry, and Ignore Buttons"
  186.          Height          =   255
  187.          Index           =   2
  188.          Left            =   120
  189.          TabIndex        =   20
  190.          Top             =   840
  191.          Width           =   3135
  192.       End
  193.       Begin OptionButton ButOpt 
  194.          Caption         =   "Ok and Cancel Buttons"
  195.          Height          =   255
  196.          Index           =   1
  197.          Left            =   120
  198.          TabIndex        =   19
  199.          Top             =   600
  200.          Width           =   2535
  201.       End
  202.       Begin OptionButton ButOpt 
  203.          Caption         =   "Ok Button Only"
  204.          Height          =   255
  205.          Index           =   0
  206.          Left            =   120
  207.          TabIndex        =   6
  208.          Top             =   360
  209.          Value           =   -1  'True
  210.          Width           =   2175
  211.       End
  212.    End
  213.    Begin Frame Frames 
  214.       Caption         =   "&Icon Display Options"
  215.       Height          =   4335
  216.       Index           =   0
  217.       Left            =   120
  218.       TabIndex        =   0
  219.       Top             =   120
  220.       Width           =   2775
  221.       Begin PictureBox IconPic 
  222.          BorderStyle     =   0  'None
  223.          Height          =   1095
  224.          Index           =   0
  225.          Left            =   1440
  226.          ScaleHeight     =   1095
  227.          ScaleWidth      =   1215
  228.          TabIndex        =   5
  229.          Top             =   3120
  230.          Width           =   1215
  231.          Begin Label IcPicLabel 
  232.             Caption         =   "No Icon Displayed"
  233.             FontBold        =   0   'False
  234.             FontItalic      =   0   'False
  235.             FontName        =   "MS Sans Serif"
  236.             FontSize        =   8.25
  237.             FontStrikethru  =   0   'False
  238.             FontUnderline   =   0   'False
  239.             Height          =   495
  240.             Index           =   0
  241.             Left            =   240
  242.             TabIndex        =   24
  243.